scrollbar
8 optional TreeApplet's parameters may be used in the Html file for customizing the scrollbar.
Setting background colors
Parameter #1
description: background color of the scrollbar
name: "Scrollbar_BgColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "white"
Parameter #2
description: background color of the scrollbar's buttons
name: "Scrollbar_BgButtonColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "gray"
Setting buttons's arrows colors
Parameter #3
description: color of the button's arrow when the mouse is out of the respective button
name: "Scrollbar_MouseOutArrowColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "black"
Parameter #4
description: color of the button's arrow when the mouse is over the respective button
name: "Scrollbar_MouseOverArrowColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "yellow"
Parameter #5
description: color of the button's arrow when the scrollbar is displayed but disabled during tree motion
name: "Scrollbar_DisabledArrowColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "white"
Setting slide runner colors and width
Note: the scrollbar width is equal to 14 pixels
Parameter #6
description: color of the inside part of the slide runner (filling a rectangle)
name: "Scrollbar_SlideRunnerInColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "120:140:120"
Parameter #7
description: color of the border part of the slide runner (drawing a rectangle)
name: "Scrollbar_SlideRunnerOutColor"
value: "integer:integer:integer", where the integer values are the red, green, and blue components of the color.
default: "160:160:120"
Parameter #8
description: width of the slide runner, in pixels
name: "Scrollbar_SlideRunnerWidth"
value: "integer", where the integer value can be any value in the range of 2 to 11
default: "5"